home *** CD-ROM | disk | FTP | other *** search
- object FormWizard: TFormWizard
- Left = 414
- Top = 159
- ActiveControl = ComboBoxAliases
- BorderStyle = bsDialog
- Caption = 'Dr.Bob'#39's Query to HTML Conversion Wizard v1.02'
- ClientHeight = 373
- ClientWidth = 552
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel: TBevel
- Left = 0
- Top = 323
- Width = 552
- Height = 50
- Align = alBottom
- Shape = bsTopLine
- end
- object Notebook: TNotebook
- Left = 0
- Top = 0
- Width = 552
- Height = 323
- Align = alClient
- TabOrder = 3
- object TPage
- Left = 0
- Top = 0
- Caption = 'alias'
- object TLabel
- Left = 184
- Top = 64
- Width = 146
- Height = 13
- Caption = 'Please select a database alias:'
- end
- object TLabel
- Left = 184
- Top = 119
- Width = 162
- Height = 13
- Caption = 'Please define the SQL query here:'
- end
- object TLabel
- Left = 184
- Top = 16
- Width = 353
- Height = 39
- Caption =
- 'Dr.Bob'#39's Query to HTML Conversion Wizard can convert an SQL Quer' +
- 'y to a HTML CGI-Form, using the values (contents) of selected (p' +
- 'arameterized) fields connected to a TBQueryTableProducer compone' +
- 'nt .'
- WordWrap = True
- end
- object ComboBoxAliases: TComboBox
- Left = 184
- Top = 79
- Width = 170
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- end
- object MemoSQL: TMemo
- Left = 184
- Top = 134
- Width = 340
- Height = 176
- Lines.Strings = (
- 'SELECT * FROM'
- 'WHERE')
- TabOrder = 1
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'fields'
- object TLabel
- Left = 184
- Top = 16
- Width = 347
- Height = 26
- Caption =
- 'Please, use the check-listbox below to select the relevant field' +
- 's you want to include in the generated HTML page:'
- Transparent = True
- WordWrap = True
- end
- object CheckListFields: TCheckListBox
- Left = 184
- Top = 45
- Width = 340
- Height = 265
- ItemHeight = 13
- TabOrder = 0
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'final'
- object LabelFinish: TLabel
- Left = 184
- Top = 271
- Width = 346
- Height = 39
- Caption =
- 'Congratulation, you'#39've finished specifying what you need from Qu' +
- 'eryBob. Please click on the "Finish" button to let QueryBob gene' +
- 'rate the HTML webpage to use together with the TBQueryTableProdu' +
- 'cer.'
- WordWrap = True
- end
- object TLabel
- Left = 184
- Top = 65
- Width = 49
- Height = 13
- Caption = 'Form Title:'
- end
- object TLabel
- Left = 184
- Top = 236
- Width = 45
- Height = 13
- Caption = 'Filename:'
- end
- object TLabel
- Left = 184
- Top = 16
- Width = 353
- Height = 26
- Caption =
- 'Now that you'#39've specified the Query, SQL and Field requirements,' +
- ' only the HTML and CGI-Form details are left to specify.'
- WordWrap = True
- end
- object EditTitle: TEdit
- Left = 260
- Top = 61
- Width = 256
- Height = 21
- TabOrder = 0
- Text = 'Search Query'
- end
- object EditFileName: TEdit
- Left = 260
- Top = 232
- Width = 256
- Height = 21
- TabOrder = 1
- OnChange = Precondition
- end
- object GroupBox: TGroupBox
- Left = 175
- Top = 100
- Width = 360
- Height = 93
- Caption = 'Common Gateway Interface'
- TabOrder = 2
- object TLabel
- Left = 9
- Top = 31
- Width = 64
- Height = 13
- Caption = 'Action (URL):'
- end
- object TLabel
- Left = 9
- Top = 62
- Width = 39
- Height = 13
- Caption = 'Method:'
- end
- object EditAction: TEdit
- Left = 86
- Top = 27
- Width = 256
- Height = 21
- TabOrder = 0
- Text = 'http://www.drbob42.com/cgi-bin/action.exe'
- end
- object RadioPost: TRadioButton
- Left = 86
- Top = 60
- Width = 56
- Height = 17
- Caption = 'Post'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object TRadioButton
- Left = 145
- Top = 60
- Width = 56
- Height = 17
- Caption = 'Get'
- TabOrder = 2
- end
- end
- end
- end
- object ButtonNext: TButton
- Tag = 1
- Left = 376
- Top = 336
- Width = 75
- Height = 25
- Caption = '&Next >'
- Default = True
- TabOrder = 1
- OnClick = ButtonStepClick
- end
- object ButtonCancel: TButton
- Left = 464
- Top = 336
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object ButtonBack: TButton
- Tag = -1
- Left = 301
- Top = 336
- Width = 75
- Height = 25
- Caption = '< &Back'
- TabOrder = 0
- OnClick = ButtonStepClick
- end
- object Panel: TPanel
- Left = 10
- Top = 10
- Width = 152
- Height = 300
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 4
- object Image: TImage
- Left = 1
- Top = 1
- Width = 150
- Height = 298
- Align = alClient
- AutoSize = True
- Center = True
- Picture.Data = {<image000.bmp>}
- end
- end
- object TheQuery: TQuery
- Left = 512
- Top = 32
- end
- end
-